EMT Practice Test

1. Question Content...


Question List

Question1: A Blue Prism solution interfaces with an internet application called HappyWeb. There is a test website available for development, and a training site available for user acceptance testing, and there is the production site available for processing live cases in HappyWeb.
Which of the following is true?

Question2: Which of the following Stages can be found in Process Studio AND Object Studio?
A:

B:

C:

D:

Question3: A business object needs to use a Global Send Keys stage to populate the User Name field in an application entitled Workflow. The application is in focus and cursor is in the User Name field. In order to configure the Global Send Keys, which element needs to be placed in the Element field of the stage below?

Question4: You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot no longer identify the same element, your object flow is giving you 'Element not found' exceptions.
Which of the following statements is true?

Question5: What is the syntax for using a collection field in an expression?

Question6: When considering an element's attributes in Application Modeller which of the following statements are true? (select all that apply)

Question7: Consider the following flow in an object:

Which of these statements is true?

Question8: Which of the following indicates a case in a Work Queue is waiting to be worked?
A:

B:

C:

D:

Question9: The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as
"Domestic", "Retail" or "Business". There is also a tag for the 8 digit product code formatted as "Product Code: {product code}" e.g. Product Code: CA123456.
What is the correct configuration to get the next item from the queue that:
Isn't applying for a loan product i.e. Product Code doesn't begin with "LN" And

Is a domestic customer

Question10: When entering an option within the Training Order system the relevant option number is entered into the Option number field as below. The Option number input field has been spied in Blue Prism:

The following attribute set has been returned by Application Modeller:

Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?

Question11: When automating a Windows application what type of stage is configured to perform a Global Send Key Events?

Question12: Which of the following can you perform in Control Room? (select all that apply)

Question13: Examine the flow below:

An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. The 'Yes' path has been taken from the "Throw new Exception?" decision stage.
Consider the Throw Exception stage properties below:

How should the properties be configured for the Process to throw a new Business exception, i.e. a different exception to the one encountered in Page1?

Question14: Examine the Process below:

An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. If there is an error in the Calc1 stage which path will the Process take?

Question15: Consider the following process flow from a sub-page of a process:

What is the problem with this sub-page flow?

Question16: When designing a Blue Prism solution a Blue Prism architect must respect the requirement that no customer data is visible within the Blue Prism database.
Consider these possible design alternatives:
1. No customer data in the work queue
2. Encrypt the data in the work queue
3. Switch off all stage parameter logging
Which combination of the above will guarantee that no customer data is visible in the Blue Prism log file?

Question17: Which of the following statements about Business Objects is true?

Question18: The Work Queue 'Account Closure has a number of Pending Items which may be tagged as "Current",
"Saving" or "Loan". What is the correct configuration to get the next item from the queue that is tagged either "Current" or "Loan"?

Question19: You identify an element in Application Modeller but when you highlight or use that element Blue Prism gives you an error message saying that duplicate elements were found.
Which of the following statements is true?

Question20: Study the process flow below:

The outputs for the Get Next Case are configured below:


What is the correct configuration of the Expression in the "Case-Returned" decision stage?
A:

B:

C:

D:

Question21: Study the following process flow:

This is the Main Page of a simple process which calls the Page Calculation before completing.
The data items are configured as follows:
X is a Number data item with an initial value of 20

Y is a Number data item with an initial value of 5

Result is a Number data item with no initial value

The Calculation page stage is configured as follows:

The Calculation Page is as follows:

The Data Items are configured as follow:
X is a Number data item with an initial value of 10

Y is a Number data item with an initial value of 5

Result is a Number data item with no initial value

The Start Stage is configured pass through the X and Y values an input parameters The divide calculation stage expression is [X] / [Y] The end stage is configured to pass back the results value as an output parameter.
What will be contained in the Result Data Item on the Main Page following the execution of the Process?

Question22: A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is ran in Control Room exceptions occur because of screen elements not being found.
What is the most likely cause?

Question23: Study the following configuration:




Which of the following statements is correct?

Question24: What is the Blue Prism Application Navigator?

Question25: The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen:

There is a requirement to ensure this screen is in focus before any further interfacing is done with the screen. Which is the correct configuration to ensure the New Order screen is in focus?
A:

B:

C:

D:

Question26: A process has been created but it is not listed in Control Room. The following reasons have been suggested.
1. The process uses objects with different run modes
2. The process has not been published
3. Process validation shows more than 99 errors
4. The user does not have privileges to run processes in Control Room
Which of the above could cause the process not to be visible in Control Room?

Question27: Which of the following statements regarding the use of Work Queues are correct? (select 2 responses)

Question28: Consider the following diagram from an object studio action:

What is the problem with this flow?

Question29: A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute.
The values for the Windows Text attribute are 'Find' for the Find button, 'Save' for the Save button, 'Close' for the Close button and 'New' for the New Button.
The Dynamic Button element has been spied and has the following attributes set:


What additional configuration is required to ensure the Close button is selected by the Navigate stage?

Question30: Consider the following flow in an object:

Which of the following statements are true?

Question31: Consider the following flow within an Object Studio action:

The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.
What problems do you see within the flow? (select 2 responses)

Question32: How can a session variable value be updated when a process is running? (select all that apply)

Question33: When configuring an object's run model which of the following is true?